Scaling

public interface Scaling<T extends PrintSettings>

Allows configuring the scaling for printing.

Implemented by concrete PrintSettings implementations that support configuring the scaling type for printing.

Since

7.20

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract Scaling scaling()
Returns the scaling used by the printer.
public abstract T scaling(Scaling scaling)
Configures the scaling for printing.